Make sure stopped spinner stay visible
authorMatthias Clasen <mclasen@redhat.com>
Thu, 7 Dec 2017 04:49:03 +0000 (23:49 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 7 Dec 2017 04:49:48 +0000 (23:49 -0500)
This demo needs stopped spinners to be visible,
so the user can interact with them.

demos/gtk-demo/dnd.css

index e9cfd56fae021cd106891393d0f0a5ab31b4a01d..8d0f22af6ff36a8a49d50da19141fd6cbf01a985 100644 (file)
@@ -1,6 +1,3 @@
-demo {
-  background: red;
-  border: 1px solid black;
-  min-width: 30px;
-  min-height: 30px;
+spinner.demo {
+  opacity: 1;
 }